ComponentOne Xamarin.iOS
Move Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRowColCollection<T> Class : Move Method
From.
To.
Moves the item at the from position to to.
Syntax
'Declaration
 
Public Sub Move( _
   ByVal from As Integer, _
   ByVal to As Integer _
) 
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim from As Integer
Dim to As Integer
 
instance.Move(from, to)
public void Move( 
   int from,
   int to
)

Parameters

from
From.
to
To.
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members